In This Topic
Sets the current colorspace for fill operations to DeviceCMYK and sets the current CMYK color. Operator: k
Syntax
public void setCmykFillColor(
double ,
double ,
double ,
double
)
|
Parameters
- c
- Cyan level.
- m
- Magenta level
- y
- Yellow level
- k
- Black level
See Also